home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DrpCtrls.pas' rev: 3.00
-
- #ifndef DrpCtrlsHPP
- #define DrpCtrlsHPP
- #include <DsgnIntf.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <DBTables.hpp>
- #include <Db.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Drpctrls
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall RegisterFieldControl(System::TMetaClass* FieldClass, const System::AnsiString
- ControlClass);
- extern PACKAGE System::TMetaClass* __fastcall CreateControlClass(Db::TDataSet* Dataset, const System::AnsiString
- FieldName, System::AnsiString ControlClassName);
- extern PACKAGE Controls::TControl* __fastcall CreateFieldControl(Dsgnintf::TFormDesigner* Designer,
- Db::TField* Field, System::AnsiString ControlClassName, Classes::TComponent* Parent, int X, int Y,
- bool WithLabel);
- extern PACKAGE Dbtables::TStoredProc* __fastcall CreateStoredProc(Dsgnintf::TFormDesigner* Designer,
- Classes::TComponent* Parent, const System::AnsiString DatabaseName, const System::AnsiString StoredProcName
- , int X, int Y);
- extern PACKAGE Controls::TControl* __fastcall CreateStoredProcControl(Dsgnintf::TFormDesigner* Designer
- , Dbtables::TStoredProc* StoredProc, Classes::TComponent* Parent, int X, int Y);
- extern PACKAGE Dbtables::TTable* __fastcall CreateTable(Dsgnintf::TFormDesigner* Designer, const System::AnsiString
- DatabaseName, const System::AnsiString TableName);
- extern PACKAGE Controls::TControl* __fastcall CreateTableControl(Dsgnintf::TFormDesigner* Designer,
- Dbtables::TTable* Table, Classes::TComponent* Parent, int X, int Y);
- extern PACKAGE Controls::TControl* __fastcall CreateDroppedControl(Dsgnintf::TFormDesigner* Designer
- , const System::AnsiString DatabaseName, const System::AnsiString TableName, const System::AnsiString
- StoredProcName, const System::AnsiString FieldName, Classes::TComponent* Parent, int X, int Y);
-
- } /* namespace Drpctrls */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Drpctrls;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DrpCtrls
-